home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 December / Net78.iso / pc / script / 00004_Offline test.ls < prev    next >
Encoding:
Text File  |  2000-10-09  |  374 b   |  16 lines

  1. on mouseDown me
  2.   puppetSound(1, "ClickSound")
  3. end
  4.  
  5. on mouseUp
  6.   if the platform = "Windows,32" then
  7.     gotoNetPage(the moviePath & "Software\Javascript\h9.html")
  8.   else
  9.     if the platform = "Windows,16" then
  10.       gotoNetPage(the moviePath & "Software\Javascript\h9.html")
  11.     else
  12.       gotoNetPage(the moviePath & "software:Javascript:h9.html")
  13.     end if
  14.   end if
  15. end
  16.